RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1LeftAlignTool Class / SetValue Method / SetValue(C1TextRange,Nullable<C1TextAlignment>) Method

In This Topic
    SetValue(C1TextRange,Nullable<C1TextAlignment>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub SetValue( _
       ByVal range As C1TextRange, _
       ByVal value As Nullable(Of C1TextAlignment) _
    ) 
    protected override void SetValue( 
       C1TextRange range,
       Nullable<C1TextAlignment> value
    )

    Parameters

    range
    value
    See Also